extensions: gggl: conv_rgb8_rgba8(): use 255UL, not 255
authorRoman Lebedev <lebedev.ri@gmail.com>
Fri, 19 Aug 2016 17:05:17 +0000 (20:05 +0300)
committerØyvind Kolås <pippin@gimp.org>
Sat, 20 Aug 2016 17:36:52 +0000 (19:36 +0200)
commite5af4d543a26da24d389aa80a1111ad49100c3fd
tree0b3dc45508e4655d6d7b0bad8b9c451df57c747a
parentde2d56e9c7abe5e581fa2f0abaaabe6b8d0b802c
extensions: gggl: conv_rgb8_rgba8(): use 255UL, not 255

Fixes:
gggl.c:758:62: runtime error: left shift of 255 by 24 places cannot be represented in type 'int'
extensions/gggl.c